func github.com/andybalholm/brotli.skipSpace

5 uses

	github.com/andybalholm/brotli (current package)
		http.go#L76: 			s = skipSpace(s)
		http.go#L78: 				s = skipSpace(s[1:])
		http.go#L88: 			s = skipSpace(s)
		http.go#L92: 			s = skipSpace(s[1:])
		http.go#L98: func skipSpace(s string) (rest string) {